Skip to content

chore(deps): bump sentry from 10.10.0 to 11.0.1#1277

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/hex/sentry-11.0.1
Closed

chore(deps): bump sentry from 10.10.0 to 11.0.1#1277
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/hex/sentry-11.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 19, 2025

Copy link
Copy Markdown
Contributor

Bumps sentry from 10.10.0 to 11.0.1.

Release notes

Sourced from sentry's releases.

11.0.1

Various improvements

  • Sentry.OpenTelemetry.Sampler now works with an empty config (#915)

11.0.0

This release comes with a beta support for Traces using OpenTelemetry - please test it out and report any issues you find.

New features

  • Beta support for Traces using OpenTelemetry (#902)

    To enable Tracing in your Phoenix application, you need to add the following to your mix.exs:

    def deps do
      [
        # ...
        {:sentry, "~> 11.0.0"},
        {:opentelemetry, "~> 1.5"},
        {:opentelemetry_api, "~> 1.4"},
        {:opentelemetry_exporter, "~> 1.0"},
        {:opentelemetry_semantic_conventions, "~> 1.27"},
        {:opentelemetry_phoenix, "~> 2.0"},
        {:opentelemetry_ecto, "~> 1.2"},
        # ...
      ]
    

    And then configure Tracing in Sentry and OpenTelemetry in your config.exs:

    config :sentry,
      # ...
      traces_sample_rate: 1.0 # any value between 0 and 1.0 enables tracing
    config :opentelemetry, span_processor: {Sentry.OpenTelemetry.SpanProcessor, []}
    config :opentelemetry, sampler: {Sentry.OpenTelemetry.Sampler, [drop: []]}

  • Add installer (based on Igniter) (#876)

Various improvements

  • Tweak credit card regex handling for OTP-28 (#898)

Changelog

Changelog

Sourced from sentry's changelog.

11.0.1

Various improvements

  • Sentry.OpenTelemetry.Sampler now works with an empty config (#915)

11.0.0

This release comes with a beta support for Traces using OpenTelemetry - please test it out and report any issues you find.

New features

  • Beta support for Traces using OpenTelemetry (#902)

    To enable Tracing in your Phoenix application, you need to add the following to your mix.exs:

    def deps do
      [
        # ...
        {:sentry, "~> 11.0.0"},
        {:opentelemetry, "~> 1.5"},
        {:opentelemetry_api, "~> 1.4"},
        {:opentelemetry_exporter, "~> 1.0"},
        {:opentelemetry_semantic_conventions, "~> 1.27"},
        {:opentelemetry_phoenix, "~> 2.0"},
        {:opentelemetry_ecto, "~> 1.2"},
        # ...
      ]
    

    And then configure Tracing in Sentry and OpenTelemetry in your config.exs:

    config :sentry,
      # ...
      traces_sample_rate: 1.0 # any value between 0 and 1.0 enables tracing
    config :opentelemetry, span_processor: {Sentry.OpenTelemetry.SpanProcessor, []}
    config :opentelemetry, sampler: {Sentry.OpenTelemetry.Sampler, []}

  • Add installer (based on Igniter) (#876)

Various improvements

  • Tweak credit card regex handling for OTP-28 (#898)

Changelog

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Jun 19, 2025
@dependabot dependabot Bot requested a review from a team as a code owner June 19, 2025 18:13
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Jun 19, 2025
@dependabot dependabot Bot requested review from Whoops and removed request for a team June 19, 2025 18:13
@dependabot dependabot Bot force-pushed the dependabot/hex/sentry-11.0.1 branch 2 times, most recently from ae2a861 to 12c4e10 Compare June 24, 2025 19:09
@dependabot dependabot Bot force-pushed the dependabot/hex/sentry-11.0.1 branch from 12c4e10 to 9688730 Compare July 2, 2025 19:20
Bumps [sentry](https://github.com/getsentry/sentry-elixir) from 10.10.0 to 11.0.1.
- [Release notes](https://github.com/getsentry/sentry-elixir/releases)
- [Changelog](https://github.com/getsentry/sentry-elixir/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-elixir@10.10.0...11.0.1)

---
updated-dependencies:
- dependency-name: sentry
  dependency-version: 11.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/hex/sentry-11.0.1 branch from 9688730 to ffe148e Compare July 9, 2025 20:11
@dependabot @github

dependabot Bot commented on behalf of github Jul 16, 2025

Copy link
Copy Markdown
Contributor Author

Superseded by #1285.

@dependabot dependabot Bot closed this Jul 16, 2025
@dependabot dependabot Bot deleted the dependabot/hex/sentry-11.0.1 branch July 16, 2025 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants